Keysight VISA.NET Help
ToString(Byte[]) Method



The ASCII string to be converted.
Converts an ASCII string in a byte buffer to a Unicode string.
Syntax
'Declaration
 
Public Overloads Shared Function ToString( _
   ByVal buffer() As Byte _
) As String
'Usage
 
Dim buffer() As Byte
Dim value As String
 
value = VisaConvert.ToString(buffer)
public static string ToString( 
   byte[] buffer
)
public:
static String^ ToString( 
   array<byte>^ buffer
) 

Parameters

buffer
The ASCII string to be converted.

Return Value

The converted Unicode string.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025